Gloomy-Networking Documentation

Transport

These scripts are used for defining, creating, and sending data packets.


gnet_rpc_execute

Syntax:

gnet_rpc_execute(ScriptId, Arguments);
Argument name Type Description
ScriptId Script Script to excute with the given arguments
Arguments [Arguments] Arguments to provide during execution of the script. Current max is 9 arguments

Description:

Executes a received RPC command. By default this executes from the gnet_OnRPCReceive script